home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / labeldisk / ttt < prev   
Encoding:
Text File  |  1992-12-10  |  512 b   |  22 lines

  1. /* 
  2.  * labeldisk.c --
  3.  *
  4.  *    Read and possibly change the disk label.
  5.  *
  6.  * Copyright (C) 1986 Regents of the University of California
  7.  * All rights reserved.
  8.  */
  9.  
  10. #ifndef lint
  11. static char rcsid[] = "$Header: /sprite/src/cmds/labeldisk/RCS/labeldisk.c,v 1.15 92/02/06 12:05:21 voelker Exp Locker: voelker $ SPRITE (Berkeley)";
  12. #endif not lint
  13.  
  14. #include <sprite.h>
  15. #include "option.h"
  16. #include "disk.h"
  17. #include <sys/file.h>
  18. #include <stdio.h>
  19. #include <errno.h>
  20. #include <kernel/dev.h>
  21.  
  22. #define Min(a,b) (((a) < (